home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 118 / MacAddict 118 2006-06.toast / Software / Productivity / Yojimbo 1.1 (trial).dmg / Yojimbo.app / Contents / Resources / English.lproj / OrganizerDataModel.strings < prev   
Text (UTF-16)  |  2006-02-28  |  6KB  |  81 lines

  1. /* Entities */
  2. /* These are all the Properties in the data model, including some */
  3. /* which end-users should never see. Nonetheless, we'll fill in */
  4. /* the dictionary here */
  5.  
  6. "Entity/Blob" = "Blob";
  7. "Entity/Group" = "Collection";
  8. "Entity/SerialNumber" = "Serial Number";
  9. "Entity/WebBookmark" = "Web Bookmark";
  10. "Entity/Note" = "Note";
  11. "Entity/NoteBlob" = "Note Internal Storage";
  12. "Entity/Label" = "Label";
  13. "Entity/Library" = "Library";
  14. "Entity/Item" = "Item";
  15. "Entity/SyntheticSmartGroup" = "Built-In Smart Group";
  16. "Entity/PDFArchiveBlob" = "PDF Archive Internal Storage";
  17. "Entity/PDFArchive" = "PDF Archive";
  18. "Entity/SmartGroup" = "Smart Collection";
  19. "Entity/FolderGroup" = "Collection";
  20. "Entity/Trash" = "Trash";
  21. "Entity/WebArchive" = "Web Archive";
  22. "Entity/Password" = "Password";
  23. "Entity/EncryptionKey" = "Encryption Key";
  24. "Entity/WebArchiveBlob" = "Web Archive Internal Storage";
  25.  
  26. /* Properties */
  27. /* For now, we assume that the name mappings can be shared among */
  28. /* the Entities that share a Property name. If this is not the case, */
  29. /* use the form: */
  30.  
  31. /*        "Property/NonLocalizedPropertyName/Entity/EntityName"     */
  32.  
  33. /* to make them Entity-specific */
  34.  
  35. "Property/account" = "Account Name";
  36. "Property/activationKey" = "Activation Key";
  37. "Property/attributedString" = "Attributed String";
  38. "Property/blob" = "Internal Storage";
  39. "Property/bytes" = "Raw Bytes";
  40. "Property/children" = "Children";
  41. "Property/cipher" = "Cipher";
  42. "Property/color" = "Color";
  43. "Property/colorData" = "Color Data";
  44. "Property/comments" = "Comments";
  45. "Property/customIcon" = "Custom Icon";
  46. "Property/customIconData" = "Custom Icon Data";
  47. "Property/dateCreated" = "Date Created";
  48. "Property/dateModified" = "Date Modified";
  49. "Property/dateTrashed" = "Date Trashed";
  50. "Property/digest" = "Digest";
  51. "Property/displayIndex" = "Display Index";
  52. "Property/encrypted" = "Encrypted";
  53. "Property/encryptedBlobs" = "Encrypted Blob List";
  54. "Property/encryptedKey" = "Encrypted Key";
  55. "Property/EncryptedPassword" = "Encrpyted Password";
  56. "Property/encryptionKey" = "Encryption Key";
  57. "Property/fetchLimit" = "Fetch Limit";
  58. "Property/flagged" = "Flagged";
  59. "Property/groups" = "Collections";
  60. "Property/hidden" = "Hidden";
  61. "Property/inTrash" = "In Trash";
  62. "Property/items" = "Items";
  63. "Property/kind" = "Kind";
  64. "Property/label" = "Label";
  65. "Property/lastOpenedDate" = "Date Last Opened";
  66. "Property/location" = "Account Location";
  67. "Property/name" = "Name";
  68. "Property/openedCount" = "Number of Times Opened";
  69. "Property/organization" = "Organizaton";
  70. "Property/owner" = "Owner";
  71. "Property/parent" = "Parent";
  72. "Property/passwordHint" = "Password Hint";
  73. "Property/predicateData" = "Smart Collection Query";
  74. "Property/priority" = "Priority";
  75. "Property/serialNumber" = "Serial Number";
  76. "Property/sortDescriptorData" = "Sort Descriptor Data";
  77. "Property/string" = "String";
  78. "Property/trashAfterOpening" = "Trash After Opening";
  79. "Property/urlString" = "Target URL";
  80. "Property/uuid" = "Unique Identifier";
  81.